@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Semibold.woff2") format("woff2"), url("../fonts/SegoeUI-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUIBlack.woff2") format("woff2"), url("../fonts/SegoeUIBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
*,
*:focus {
    outline: none !important;
}
:root {
    --color3: #e6191a;
    --color3-hover: #cc1616;
    --color2: #b8bcbf;
    --color3: #1b2b3a;
    --color3-opacity: rgb(27 43 58 / 85%);
    --color4: #f2f2f2;
    --color5: #6f747f;
    --color5-opacity: rgb(111 116 127 / 85%);
    --color6: #9da2ae;
    --color7: #e5e8ec;
    --border-radius: 0;
    --news-img: 1/0.6;
}
body {
    font-family: "Segoe UI", sans-serif;
    color: var(--color3);
    font-size: 14px;
}
.site-margin {
    margin-bottom: clamp(30px, 4.29vw, 60px);
}
.block-title {
    text-align: center;
    font-size: clamp(22px, 2.14vw, 30px);
    font-weight: bold;
    margin-bottom: clamp(15px, 2.14vw, 30px);
    line-height: normal;
}
.block-title-border {
    border-bottom: 1px solid var(--color2);
    padding-bottom: 20px;
}
.block-title span {
    font-weight: 300;
}
.block-title a {
    text-decoration: underline;
    color: var(--color3);
    font-size: 14px;
    font-weight: normal;
}
.custom-input {
    position: relative;
}
.custom-input img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    max-width: 20px;
}
.custom-input img + input {
    padding-left: 37px;
}
.custom-input input {
    width: 100%;
    height: 48px;
    border-radius: 0;
    font-size: 14px;
    color: var(--color5);
    border: 1px solid var(--color4);
    padding-left: 16px;
}
.custom-select {
    position: relative;
}
.custom-select img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    max-width: 20px;
}
.custom-select img + select {
    padding-left: 37px;
}
.custom-select select {
    width: 100%;
    height: 48px;
    border-radius: 0;
    font-size: 14px;
    color: var(--color5);
    border: 1px solid var(--color4);
    padding-left: 16px;
    padding-left: 16px;
}
.custom-textarea textarea {
    height: 185px;
    width: 100%;
    border: 1px solid var(--color4);
    padding-left: 16px;
}
.site-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    height: 48px;
    font-size: 14px;
    width: 100%;
    max-width: 148px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media (max-width: 767px) {
    .site-button {
        max-width: 100%;
    }
}
.site-button-color1 {
    background-color: var(--color3);
    color: #fff;
}
.site-button-color1:hover {
    background-color: var(--color3-hover);
}
.site-button-outline-white {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
}
.site-button-lg {
    font-size: 18px;
}
.site-color {
    color: var(--color3) !important;
}
.site-text .title {
    font-size: 18px;
    font-weight: bold;
}
.site-text .desc p {
    font-size: 16px;
}
.max-w-full {
    max-width: 100% !important;
}
header {
    margin-bottom: 15px;
}
header .header-top {
    background-color: var(--color3);
}
header .header-top-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
header .header-top-left ul li {
    color: #fff;
}
header .header-top-left ul li:not(:last-child):after {
    content: "|";
    margin: 0 10px;
}
header .header-top-left ul li a {
    color: #fff;
    font-size: 14px;
}
header .header-top-left ul li a:hover {
    text-decoration: underline;
}
header .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}
header .header-top-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--color3);
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    height: 30px;
}
header .header-top-right a:hover {
    text-decoration: underline;
}
header .header-top-right .search {
    position: relative;
}
header .header-top-right .search i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #fff;
}
header .header-top-right .search input {
    font-size: 14px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding-left: 30px;
    height: 30px;
    width: 100%;
}
header .header-top-right .search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
header .header-top-right .search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
header .header-top-right .search input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
header .header-top-right .search input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
header .header-top-right .search input::placeholder {
    color: #fff;
    opacity: 1;
}
header #header-container {
    background-color: var(--color4);
    padding-top: 15px;
    padding-bottom: 15px;
}
header .logo {
    display: block;
}
header .navbar .navbar-toggler {
    margin-right: 25px;
    border: 0;
    padding: 0;
    font-weight: 600;
}
header .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 992px) {
    header .navbar .navbar-collapse {
        position: absolute;
        background: #fff;
        right: 0;
        left: auto;
        top: calc(100% + 15px);
        z-index: 9;
        width: 240px;
        padding: 10px;
    }
}
header .navbar .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
header .navbar .navbar-collapse > ul > li > a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding: 0 !important;
}
header .navbar .navbar-collapse > ul > li > a.active,
header .navbar .navbar-collapse > ul > li > a:hover {
    color: var(--color3);
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fixed-info {
    position: fixed;
    z-index: 6;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fixed-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: clamp(36px, 3.71vw, 52px);
    width: clamp(36px, 3.71vw, 52px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--color3);
    border-radius: 100%;
    padding: clamp(6px, 0.71vw, 10px);
}
.fixed-info a:hover {
    background-color: var(--color3);
}
.fixed-info a img {
    width: 100%;
}
.section-1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 555px;
}
@media (max-width: 767px) {
    .section-1 img {
        height: 350px;
    }
}
.section-2 {
    background-color: var(--color3);
    padding: clamp(10px, 1.43vw, 20px) clamp(10px, 1.71vw, 24px);
}
.section-2-home {
    height: 100%;
}
@media (min-width: 768px) {
    .section-2-home {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        bottom: 0;
    }
}
.section-2 .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin-bottom: 16px;
    height: 40px;
}
.section-2 .nav-tabs li button {
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    color: #fff !important;
}
.section-2 .nav-tabs li button::after {
    content: "";
    width: 41px;
    height: 2px;
    background-color: var(--color3);
}
.section-2 .nav-tabs li button.active::after {
    display: block;
}
.section-2 .tab-pane ul {
    list-style: none;
}
.section-2 .tab-pane ul.home {
    overflow: auto;
    height: 415px;
    padding-right: clamp(16px, 3.43vw, 48px);
}
.section-2 .tab-pane ul.home::-webkit-scrollbar {
    background-color: var(--color5);
    width: 5px;
}
.section-2 .tab-pane ul.home::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.section-2 .tab-pane ul li:not(:last-child) {
    margin-bottom: 20px;
}
.section-2 .tab-pane ul li a {
    position: relative;
    display: block;
    padding-left: 16px;
}
.section-2 .tab-pane ul li a:hover::before {
    content: "";
    width: 5px;
    height: 41px;
    background-color: var(--color3);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.section-2 .tab-pane ul li a span {
    color: var(--color6);
    display: block;
}
.section-2 .tab-pane ul li a strong {
    color: #fff;
}
.section-2 .tab-pane .all-link {
    height: 60px;
    color: #fff;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*############*/
.section-2.section-2-last {
    background-color: var(--color3);
    padding: 0;
}
.section-2.section-2-last .slider-1-thumb .swiper-slide a {  
    display: block;
    padding: 5px 16px;
     cursor: pointer; 
}
.section-2.section-2-last .slider-1-thumb .swiper-slide-thumb-active {
    background-color: #fcfcfc;
}
.section-2.section-2-last .slider-1-thumb .swiper-slide-thumb-active * {
    color: #1b2b3a!important;
}
.section-2.section-2-last .slider-1-thumb .swiper-slide-thumb-active:before,
.section-2.section-2-last .slider-1-thumb .swiper-slide:hover::before {
    content: "";
    width: 5px;
    height: 41px;
    background-color: var(--color4);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.section-2.section-2-last .slider-1-thumb .swiper-slide span {
    color: var(--color6);
    display: block;
}
.section-2.section-2-last .slider-1-thumb .swiper-slide strong {
    color: #fff;
}
.section-2.section-2-last .all-link {
    height: 60px;
    color: #f2f2f2;
    text-decoration: underline;
    display: -webkit-box;   
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*############*/



@media (min-width: 768px) {
    .section-3 .col-20 {
        width: 20%;
    }
}
.section-3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color4);
    height: 73px;
    gap: 15px;
    font-weight: bold;
    font-size: 17px;
    color: var(--color3);
    padding: 0 clamp(16px, 1.71vw, 24px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1;
}
.section-3 a:hover {
    background-color: var(--color7);
}
.section-3 a img {
    width: 36px;
}
.section-3 a:after {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    color: var(--color3);
    font-size: 20px;
}
.section-3-1 a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--color4);
    font-size: 14px;
}
.section-3-1 a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.section-4 .item {
    background-color: var(--color4);
    padding: 16px clamp(16px, 1.71vw, 24px);
}
.section-4 .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-4 .item .title img {
    max-width: 45px;
}
.section-5 {
    background-color: var(--color3);
    position: relative;
    padding: 0 clamp(16px, 4.29vw, 60px) clamp(16px, 1.71vw, 24px);
    border-top: 35px solid #fff;
}
.section-5 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: -35px;
}
.section-5 .title .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--color3);
}
.section-5 .title .icon img {
    width: 48px;
}
.section-6 .item.video .images {
    position: relative;
}
.section-6 .item.video .images::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--color3);
    opacity: 0.3;
}
.section-6 .item.video .images:after {
    content: "";
    background: url(../images/icon-15.svg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 115px;
    height: 87px;
    margin: 0 auto;
}
.section-6 .item .images img {
    width: 100%;
    display: block;
}
.section-6 .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: var(--color3);
}
.section-6 .item .title span {
    font-size: 13px;
    font-weight: normal;
}
.section-6 .block-title-wrapper {
    border-bottom: 1px solid var(--color2);
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
}
.section-6 .block-title-wrapper .block-title {
    margin-bottom: 0;
}
.section-6 .block-title-wrapper .swiper-controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.section-6 .block-title-wrapper .swiper-controls * {
    all: unset;
}
.section-6 .block-title-wrapper .swiper-controls .swiper-pagination {
    font-size: 13px;
    letter-spacing: -1px;
}
.section-6 .block-title-wrapper .swiper-controls [class*="swiper-button"] {
    cursor: pointer;
}
.section-6 .block-title-wrapper .swiper-controls [class*="swiper-button"]::after {
    color: var(--color2);
    font-size: 28px;
}
.section-6 .block-title-wrapper .swiper-pagination-lock,
.section-6 .block-title-wrapper .swiper-button-lock {
    display: none;
}
.section-7 ul {
    list-style: none;
}
.section-7 ul li {
    margin-bottom: 24px;
}
.section-7 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
    color: var(--color3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.section-7 ul li a:hover {
    background-color: var(--color4);
}
.section-7 ul li a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 67px;
    height: 67px;
    background-color: var(--color3);
}
.section-7 ul li a strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed var(--color7);
}
.section-7 .all-link {
    display: table;
    margin-left: auto;
    color: var(--color3);
    text-decoration: underline;
}
.section-8 {
    background-color: var(--color4);
    padding: clamp(16px, 2.86vw, 40px) 0;
}
@media (min-width: 768px) {
    .section-8 .col-md-3:not(:last-child) {
        border-right: 1px solid var(--color7);
    }
}
.section-8 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
}
.section-8 .item img {
    max-width: 55px;
}
.section-8 .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-8 .item .text strong {
    line-height: 1;
}
.section-8 .item .text strong:nth-child(2) {
    font-size: 30px;
    margin-top: 5px;
}
.section-9 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--color4);
    padding: 16px 24px;
    height: 100%;
}
.section-9 .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-9 .item .title img {
    max-width: 45px;
}
.section-9 .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 16px;
}
.section-9 .item .text ul {
    list-style: none;
}
.section-9 .item .text ul li {
    position: relative;
    padding-left: 24px;
}
.section-9 .item .text ul li:not(:last-child) a {
    border-bottom: 1px dashed var(--color2);
}
.section-9 .item .text ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color3);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.section-9 .item .text ul li a:before {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color3);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-9 .item .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin: 0;
}
.section-9 .item .text .all-link {
    margin-top: auto;
}
@media (min-width: 768px) {
    .section-10 {
        background: url(../images/projeler.png) no-repeat center left;
        height: 521px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
}
.section-10 .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 120px;
}
@media (min-width: 768px) {
    .section-10 .item::before {
        content: "";
        border: 10px solid var(--color4);
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 0;
        width: 100vw;
        pointer-events: none;
    }
}
.section-10 .item .title {
    font-size: clamp(28px, 2.86vw, 40px);
    font-weight: bold;
}
.section-10 .item ul {
    list-style: none;
    width: 100%;
    padding: 16px 0;
}
.section-10 .item ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    gap: 24px;
    font-weight: bold;
    font-size: 17px;
    color: var(--color3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1;
    border-bottom: 1px dashed var(--color7);
    transition: 0.4s;
}
.section-10 .item ul li a img {
    width: 45px;
}
.section-10 .item ul li a:after {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    color: var(--color3);
    font-size: 20px;
}
@media (max-width: 767px) {
    .section-10 .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    .section-10 .item ul {
        padding: 0;
    }
    .section-10 .item ul li a {
        height: auto;
        padding: 15px 0;
    }
}
.section-11 a {
    height: 100%;
    border: 1px solid var(--color7);
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    color: var(--color3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.section-11 a:hover {
    background-color: var(--color4);
}
.section-12 .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    border: 0;
    margin-bottom: 24px;
    height: 40px;
}
.section-12 .nav-tabs li button {
    font-size: clamp(16px, 1.29vw, 18px);
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    color: var(--color3) !important;
    opacity: 0.4;
    padding: 0;
    line-height: normal;
}
.section-12 .nav-tabs li button::after {
    content: "";
    width: 41px;
    height: 2px;
    background-color: var(--color3);
}
@media (max-width: 767px) {
    .section-12 .nav-tabs li button::after {
        margin: 5px auto 0;
    }
}
.section-12 .nav-tabs li button.active {
    opacity: 1;
}
.section-12 .nav-tabs li button.active::after {
    display: block;
}
.section-12 .accordion .accordion-item {
    border: 0;
    margin-bottom: 6px;
}
.section-12 .accordion .accordion-item .accordion-button {
    background: none;
    border: 0;
    border-bottom: 1px dashed var(--color2);
    padding: 0 0 16px;
    font-size: 14px;
    font-weight: bold;
}
.section-12 .accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 768px) {
    .section-12 .accordion .accordion-item .accordion-button::before {
        content: "";
        position: absolute;
        left: -16px;
        top: 5px;
        border: 2px solid var(--color3);
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }
}
.section-13 {
    margin-bottom: clamp(15px, 2.14vw, 30px);
    border-bottom: 1px solid var(--color2);
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.section-13 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.section-13 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-13 ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin: 0 10px;
}
.section-13 ul li,
.section-13 ul li a {
    color: var(--color5);
}
.section-14 a {
    display: block;
    font-weight: bold;
    color: var(--color3);
    text-align: center;
}
.section-14 a .images img {
    max-width: 100%;
}
.section-14 a span {
    display: block;
    margin-top: 10px;
}
.section-15 a {
    display: block;
    font-weight: bold;
    color: var(--color3);
    text-align: center;
    border: 1px solid var(--color7);
    padding: 15px;
    height: 100%;
}
.section-15 a .images img {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-15 a span {
    display: block;
    margin-top: 10px;
}
.section-16 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    color: var(--color3);
    text-align: center;
    height: 100%;
}
.section-16 a .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color4);
    padding: clamp(16px, 3.57vw, 50px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-16 a .images img {
    max-height: 80px;
    max-width: 100%;
}
.section-16 a span {
    display: block;
    margin-top: 10px;
}
.section-17 {
    background-color: var(--color4);
    padding: 30px;
}
.section-17 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--color3);
}
.section-17 .item .images img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--news-img);
}
.section-17 .item span {
    font-size: 13px;
    margin-top: 2px;
}
.section-17 .item strong {
    font-size: 18px;
    line-height: normal;
}
.section-18 .date-share {
    border: 1px solid var(--color4);
}
.section-18 .date-share .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--color6);
}
.section-18 .date-share .dropdown button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--color3);
    color: #fff;
    border: 0;
    height: 48px;
    padding: 0 16px;
}
.section-18 .date-share .dropdown button i {
    font-size: 18px;
}
.section-18 .date-share .dropdown button:hover {
    background-color: var(--color3-hover);
}
.section-18 .date-share .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: var(--color3);
}
.section-18 .date-share .dropdown-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 5px 10px;
}
.section-18 .date-share .dropdown-menu li a:hover {
    background-color: var(--color3-hover);
}
.section-18 .thumbs-slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: var(--news-img);
}
.section-18 .thumbs-slider .slider-3 .video::before {
    font-size: 98px;
}
.section-18 .thumbs-slider .slider-3 [class*="swiper-button"]:after {
    color: #fff;
}
.section-18 .thumbs-slider .slider-2 .video::before {
    font-size: 32px;
}
.section-18 .thumbs-slider .video {
    position: relative;
}
.section-18 .thumbs-slider .video img {
    opacity: 0.8;
}
.section-18 .thumbs-slider .video::before {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    pointer-events: none;
}
.section-18 .thumbs-slider .slider-2-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 12px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.section-18 .thumbs-slider .slider-2-wrapper .swiper-slide {
    cursor: pointer;
}
.section-18 .desc p {
    text-align: justify;
}
.section-19 a:not(.site-button) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    color: var(--color3);
}
.section-19 a:not(.site-button) i {
    font-size: 30px;
    line-height: 1;
}
.section-19 a:not(.site-button) .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-20 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--color3);
    padding: 30px;
    text-align: center;
}
.section-20 .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 67px;
    height: 67px;
    background-color: var(--color3);
}
.section-21 .item {
    background-color: var(--color4);
    padding: 30px;
}
.section-21 .item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.section-21 .item ul {
    list-style: none;
}
.section-21 .item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}
.section-21 .item ul li:not(:last-child) span {
    border-bottom: 1px dashed var(--color2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.section-21 .item ul li img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-21 .item ul li span {
    display: block;
    width: 100%;
}
.section-22 .acc-menu {
    background-color: var(--color3);
    list-style-type: none;
    padding: clamp(16px, 2.14vw, 30px) clamp(16px, 2.86vw, 40px);
}
.section-22 .acc-menu li:not(:last-child) {
    border-bottom: 1px solid var(--color5);
}
.section-22 .acc-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.section-22 .acc-menu li a:hover {
    color: var(--color2);
}
.section-22 .acc-menu li a:has(+ ul)::after {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.section-22 .acc-menu ul {
    display: none;
    padding: 16px;
}
.section-22 .acc-menu ul.active {
    display: block;
}
.section-22 .desc li {
    margin-bottom: 1rem;
}
.section-22 address ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    border: 1px solid var(--color4);
    padding: 30px 40px;
}
.section-22 address ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.section-22 .maps iframe {
    height: 315px;
    width: 100%;
}
.section-23 .nav-tabs {
    background-color: var(--color4);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 24px;
    border: 0;
    padding: 16px;
}
.section-23 .nav-tabs li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    opacity: 0.5;
    background: none !important;
    border: 0;
    color: var(--color3);
    padding: 0;
}
.section-23 .nav-tabs li button.active {
    opacity: 1;
}
.section-23 .nav-tabs li button img {
    display: block;
}
.section-23 .nav-tabs li button .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section-23 .nav-tabs li button .text strong {
    font-size: 18px;
}
.section-23 .top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.section-23 .top-title span {
    font-size: 16px;
}
.section-23 form {
    padding: clamp(24px, 2.86vw, 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    background-color: var(--color4);
}
.section-23 form .custom-input input {
    padding-left: 16px;
}
.section-23 form .custom-input img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    opacity: 0.5;
    left: auto;
    right: 5px;
}
.section-23 form button {
    max-width: 100%;
}
.section-23 .item {
    display: block;
    color: var(--color3);
}
.section-23 .item .images {
    overflow: hidden;
    margin-bottom: 10px;
}
.section-23 .item .images img {
    display: block;
    width: 100%;
    aspect-ratio: 1/0.7;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-23 .item .text strong {
    font-size: 18px;
    margin-bottom: 4px;
}
.section-23 .item .text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    margin-bottom: 4px;
}
.section-24 .project-top-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    border: 1px solid var(--color4);
    padding: 16px;
}
.section-24 .project-top-text .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.section-24 .project-top-text .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: normal;
}
.section-24 .project-top-text .item .text strong {
    font-size: 18px;
}
.section-25 {
    padding: 16px;
    background-color: var(--color4);
}
.section-25 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.section-25 ul li {
    font-size: 16px;
    border-bottom: 1px dashed var(--color2);
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.section-26 .nav-tabs li button {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: var(--color3);
    border-radius: 0;
}
.section-26 .nav-tabs li button.active {
    opacity: 1;
}
footer .footer-top {
    background-color: var(--color3);
    overflow: hidden;
}
footer .footer-top .footer-top-right {
    position: relative;
    padding: 10px;
}
@media (max-width: 767px) {
    footer .footer-top .footer-top-right {
        background-color: var(--color3);
        margin-top: 16px;
    }
}
@media (min-width: 768px) {
    footer .footer-top .footer-top-right::before {
        content: "";
        background-color: var(--color3);
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100vw;
    }
    footer .footer-top .footer-top-right::after {
        content: "";
        background: var(--color3);
        position: absolute;
        z-index: 0;
        left: -30px;
        width: 50px;
        top: 0;
        bottom: 0;
        -webkit-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
    }
}
footer .footer-top .footer-top-right img {
    position: relative;
    z-index: 1;
}
footer .footer-middle {
    background-color: var(--color4);
}
footer .footer-middle ul {
    list-style: none;
}
footer .footer-middle ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: var(--color3);
    padding: 4px 0px;
}
footer .footer-middle ul li a:hover {
    color: var(--color3);
}
footer .footer-middle ul li a:before {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
footer .footer-middle .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: var(--color5);
    border: 1px solid var(--color5);
}
footer .footer-middle .social a:hover {
    background-color: var(--color3);
    border-color: var(--color3);
    color: #fff;
}
footer .footer-bottom {
    background-color: var(--color3);
}
footer .footer-bottom address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}
@media (max-width: 767px) {
    footer .footer-bottom address {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
footer .footer-bottom address p,
footer .footer-bottom address a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    margin: 0;
}
footer .footer-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    footer .footer-bottom-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
footer .footer-bottom-menu a {
    color: #fff;
}
footer .footer-bottom-menu a:hover {
    color: var(--color3);
}
footer .footer-bottom-menu a:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #fff !important;
}
@media (max-width: 767px) {
    footer .footer-bottom-menu a:not(:last-child)::after {
        display: none;
    }
}
#back-to-top {
    display: none;
    position: fixed;
    z-index: 61;
    bottom: 50px;
    right: 10px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    background-color: var(--color3);
    color: var(--color2);
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    font-size: 22px;
}
#back-to-top:hover {
    background-color: var(--color4);
    color: #000;
    border: 1px solid var(--color3);
}
@media (max-width: 767px) {
    #back-to-top {
        display: none !important;
    }
}
@media (max-width: 1399px) {
    html {
        font-size: 15px;
    }
}
@media all and (min-width: 1200px) {
    .nav-item .dropdown-menu {
        display: none;
    }
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
}